From ab19a033fb7bd8c48ec7ea2a8437bd6d64e6d731 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 13 Nov 2025 12:42:24 +0200 Subject: [PATCH] python-calver: add python-setuptools/host as dep to HostBuild Required now, since python-setuptools/host is separate from python3 Signed-off-by: Alexandru Ardelean --- lang/python/python-calver/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lang/python/python-calver/Makefile b/lang/python/python-calver/Makefile index 4f519b2c13..24f06a6c8a 100644 --- a/lang/python/python-calver/Makefile +++ b/lang/python/python-calver/Makefile @@ -19,7 +19,12 @@ PKG_LICENSE_FILES:=LICENSE PKG_MAINTAINER:=Jeffery To PKG_HOST_ONLY:=1 -HOST_BUILD_DEPENDS:=python3/host python-build/host python-installer/host python-wheel/host +HOST_BUILD_DEPENDS:= \ + python3/host \ + python-setuptools/host \ + python-build/host \ + python-installer/host \ + python-wheel/host include ../pypi.mk include $(INCLUDE_DIR)/package.mk -- 2.30.2